【LoiLo Web Filter】 Examples of Individual URL Settings
Accessing Individual URL Settings in Web Filter
Log in to the Admin Consolel with an administrator account and navigate to "Web Filter" → "Individual URL Settings." Banning an Entire Domain
For instance, to ban the entire example.com site, enter as follows (replace 'example.com' with the desired domain):
code:Entry Example:
*example.com
Please note to always start with an asterisk (*).
Without it, entries like 'example.com' alone will not include subdomains like www.example.com, and the filter won't apply to them.
Banning Specific URL Paths Only
If you want to ban specific parts of a site, like example.com/search or www.example.com/search/result/1000, enter as follows:
code:Entry Example:
*example.com/search
URL paths are determined by a forward match.
Therefore, URLs matching '/search' will be filtered.
Filtered URLs include:
example.com/search
example.com/search/1
example.com/search/result/abcdefg?page=1
news.example.com/search
news.example.com/search/1
news.example.com/search/result/abcdefg?page=1
URLs not filtered include:
example.com/contents/1
news.example.com/page/1
If you want to filter example.com/search but not news.example.com/search, remove the asterisk at the beginning.
code:Entry Example:
example.com/search
Allowing Specific Sites or URL Paths
You can also allow specific sites or URL paths following the same rules mentioned above.
Understanding URL Structure
https://gyazo.com/c7e1c220f14ce12e02ac2e721b512ac3
Reference